home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 12⁄31⁄89 / 0263-DoubleVision TripleT-Dec89 next >
Encoding:
Text File  |  1990-01-02  |  3.0 KB  |  68 lines  |  [TEXT/GEOL]

  1. Item    6840255                         22-Dec-89        20:11
  2.  
  3. From:   D5385                           UT Austin, Ken Duncan,PRT
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.  
  7. Sub:    DoubleVision TripleTroubles
  8.  
  9. I'm having trouble compiling 'DoubleVision' although I think I'm following all
  10. the suggestions for compatability.  I'm using MPW 3.0, MPW Pascal 3.0, MPW
  11. Assembler 3.0, MacApp 2.0ß9, 32-bit QuickDraw, MPW interfaces for 32-bit
  12. QuickDraw, System 6.0.3, on a Mac II with 5 MB of memory.
  13.  
  14. The options I'm using are the suggested ones below:
  15.  
  16. MABuild DoubleVision -NoDebug -NeedsMC68020 -NeedsFPU -NeedsColorQD
  17. -NeedsROM128K -NeedsSystem6 -TemplateViews -AutoBuild
  18.  
  19.  
  20. This resulted in a succesful 'AutoBuild' of MacApp with these options, then the
  21. following error messages:
  22. ______________________________________________________________________________
  23. Target Folder: "HD40SC:Samples:DoubleVisionƒ:DoubleVision Source:.Non-Debug
  24. /MacII+Sys6+:"
  25. Making:        DoubleVision.MAMake
  26. Compiling:     UDoubleVision.p
  27. #  histogramSize   :   LONGINT;
  28. #  theHistogramData:   PACKED ARRAY [0..2147483647] OF LONGINT;{ • Max longint
  29. as max
  30. #                                                             ?
  31. ### Pascal - Error 317 Array too large ( > 32 bit offset )
  32. #------------------------------------------------------------------------------
  33. --------------------------------------------------
  34.     File "UHISTOGRAM.p"; Line 65  # Compiling
  35. HD40SC:Samples:DoubleVisionƒ:DoubleVision Source:UDoubleVision.p
  36. #------------------------------------------------------------------------------
  37. --------------------------------------------------
  38. #
  39. #  LongArray = ARRAY[LargePosIndex] OF LONGINT;
  40. #                                             ?
  41. ### Error 317 Array too large ( > 32 bit offset )
  42. #------------------------------------------------------------------------------
  43. --------------------------------------------------
  44.     File "HD40SC:Samples:DoubleVisionƒ:DoubleVision Source:UDoubleVision.p";
  45. Line 76
  46. #------------------------------------------------------------------------------
  47. --------------------------------------------------
  48. #
  49. #  PackedDataArray = PACKED ARRAY[LargePosIndex] OF Byte;
  50. #                                                       ?
  51. ### Error 317 Array too large ( > 32 bit offset )
  52. #------------------------------------------------------------------------------
  53. --------------------------------------------------
  54.     File "HD40SC:Samples:DoubleVisionƒ:DoubleVision Source:UDoubleVision.p";
  55. Line 80
  56. #------------------------------------------------------------------------------
  57. --------------------------------------------------
  58. ### MPW Shell - Execution of HD40SC:Samples:DoubleVisionƒ:DoubleVision
  59. Source:.Non-Debug /MacII+Sys6+:DoubleVision.MakeIt terminated.
  60. __________________________________________________________________________
  61.  
  62. Any suggestions would be greatly appreciated.  I thought I would learn from
  63. this purchase, but I didn't plan on a MacApp compiler lesson.  What am I doing
  64. wrong here?  Thanks for helping me with this problem.
  65.  
  66. Ken Duncan D5385
  67.  
  68.